.search-log_2021 .rs_tit1_2021{padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}
.search-log_2021 .rs_tit1_2021 a{text-decoration: none;}
.search-log_2021 {display: none;position: absolute;top: 48px;left: 0;right: 0;padding: 15px 0;background-color: #fff;box-shadow: 0 5px 5px rgba(0,0,0,.3);z-index: 9;border-radius: 5px;}
.search-log_2021 .rs_tit1_2021 a { display: inline-block;font-size: 12px;padding: 0px 13px;background-color: #f6faff;border-radius: 50px;color: #1658a0;line-height: 24px;cursor: pointer;margin-right: 8px;margin-bottom: 8px;}
        .lxglc-box_2021 {
            position: absolute;
            top: 48px;
            left: 0;
            right: 0;
            padding: 15px 0;
            background-color: #fff;
            box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
            z-index: 9;
            border-radius: 5px;
        }

        .lxglc-box_2021 ul {
            max-height: 120px;
            overflow-y: auto;
        }

        .lxglc-box_2021 ul li {
            font-size: 14px;
            line-height: 30px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .lxglc-box_2021 ul li a {
            padding: 0 20px;
            display: block
        }

        .lxglc-box_2021 ul li:hover a {
            background: #f8f8f8;
        }